From 2a8386146c5640b83e4921478a9123ce107fdd76 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 11 Jun 1993 05:56:00 +0000 Subject: [PATCH] Comment change. --- lisp/dired.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/dired.el b/lisp/dired.el index f3916b62b12..949eaec83f6 100644 --- a/lisp/dired.el +++ b/lisp/dired.el @@ -1716,7 +1716,7 @@ A prefix argument says to unflag those files instead." (interactive "P") (let ((dired-marker-char (if unflag-p ?\040 dired-del-marker))) (dired-mark-if - ;; It is less than general to check for ~ here, + ;; It is less than general to check for # here, ;; but it's the only way this runs fast enough. (and (save-excursion (end-of-line) (or -- 2.30.2